home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_61 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  1.0 KB  |  22 lines

  1. n = "0";
  2. while(n < "20")
  3. {
  4.    n += "1";
  5.    duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
  6.    setProperty("bgbox" add n, _X, (n + "15") * boxw + temp2);
  7.    setProperty("bgbox" add n, _Y, "5" * boxh);
  8.    set("x" add (n + "15") add "y5",temp1);
  9.    duplicateMovieClip("bgbox","bgbox" add (n + "30"),n + "200" + "30" + 16384);
  10.    setProperty("bgbox" add (n + "30"), _X, (n + "14") * boxw + temp2);
  11.    setProperty("bgbox" add (n + "30"), _Y, "25" * boxh);
  12.    set("x" add (n + "14") add "y25",temp1);
  13.    duplicateMovieClip("bgbox","bgbox" add (n + "60"),n + "200" + "60" + 16384);
  14.    setProperty("bgbox" add (n + "60"), _X, "13" * boxw + temp2);
  15.    setProperty("bgbox" add (n + "60"), _Y, (n + "3") * boxh);
  16.    set("x13" add "y" add (n + "3"),temp1);
  17.    duplicateMovieClip("bgbox","bgbox" add (n + "90"),n + "200" + "90" + 16384);
  18.    setProperty("bgbox" add (n + "90"), _X, "37" * boxw + temp2);
  19.    setProperty("bgbox" add (n + "90"), _Y, (n + "6") * boxh);
  20.    set("x37" add "y" add (n + "6"),temp1);
  21. }
  22.